home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / palis.lha / Palis / src / vpl / PalisViewGUI_temp.c < prev    next >
Text File  |  1992-09-02  |  673b  |  37 lines

  1. /* This file contains empty template routines that
  2.  * the IDCMP handler will call uppon. Fill out these
  3.  * routines with your code or use them as a reference
  4.  * to create your program.
  5.  */
  6.  
  7. int GadListClicked( void )
  8. {
  9.     /* routine when gadget "Current patches:" is clicked. */
  10. }
  11.  
  12. int GadUpDateClicked( void )
  13. {
  14.     /* routine when gadget "Update" is clicked. */
  15. }
  16.  
  17. int GadAboutClicked( void )
  18. {
  19.     /* routine when gadget "About" is clicked. */
  20. }
  21.  
  22. int GadCloseClicked( void )
  23. {
  24.     /* routine when gadget "Close" is clicked. */
  25. }
  26.  
  27. int GadHideClicked( void )
  28. {
  29.     /* routine when gadget "Hide" is clicked. */
  30. }
  31.  
  32. int MainCloseWindow( void )
  33. {
  34.     /* routine for "IDCMP_CLOSEWINDOW". */
  35. }
  36.  
  37.